home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / DISK1 / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TVADDRESSBOOK / TVADDRESSBOOK.txt
Text File  |  1999-09-10  |  7KB  |  338 lines

  1. object VAddressBook: TVAddressBook
  2.   Left = 38
  3.   Top = 31
  4.   BorderStyle = bsSingle
  5.   Caption = 'Address Book'
  6.   ClientHeight = 327
  7.   ClientWidth = 324
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsMDIChild
  14.   Position = poDefaultPosOnly
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object DBText1: TDBText
  22.     Left = 88
  23.     Top = 144
  24.     Width = 140
  25.     Height = 17
  26.     DataField = 'FirstName'
  27.     DataSource = DSadress
  28.   end
  29.   object DBText2: TDBText
  30.     Left = 88
  31.     Top = 120
  32.     Width = 140
  33.     Height = 17
  34.     DataField = 'LastName'
  35.     DataSource = DSadress
  36.   end
  37.   object DBText3: TDBText
  38.     Left = 88
  39.     Top = 168
  40.     Width = 140
  41.     Height = 17
  42.     DataField = 'Organization'
  43.     DataSource = DSadress
  44.   end
  45.   object DBText4: TDBText
  46.     Left = 88
  47.     Top = 192
  48.     Width = 140
  49.     Height = 17
  50.     DataField = 'HomeEMail'
  51.     DataSource = DSadress
  52.   end
  53.   object DBText5: TDBText
  54.     Left = 88
  55.     Top = 216
  56.     Width = 140
  57.     Height = 17
  58.     DataField = 'WorkEMail'
  59.     DataSource = DSadress
  60.   end
  61.   object DBText6: TDBText
  62.     Left = 88
  63.     Top = 240
  64.     Width = 140
  65.     Height = 17
  66.     DataField = 'NickName'
  67.     DataSource = DSadress
  68.   end
  69.   object Label1: TLabel
  70.     Left = 8
  71.     Top = 120
  72.     Width = 61
  73.     Height = 13
  74.     Caption = 'Last Name'
  75.   end
  76.   object Label2: TLabel
  77.     Left = 8
  78.     Top = 144
  79.     Width = 61
  80.     Height = 13
  81.     Caption = 'First Name'
  82.   end
  83.   object Label3: TLabel
  84.     Left = 8
  85.     Top = 168
  86.     Width = 72
  87.     Height = 13
  88.     Caption = 'Organization'
  89.   end
  90.   object Label4: TLabel
  91.     Left = 8
  92.     Top = 192
  93.     Width = 72
  94.     Height = 13
  95.     Caption = 'Home E-Mail'
  96.   end
  97.   object Label5: TLabel
  98.     Left = 8
  99.     Top = 216
  100.     Width = 70
  101.     Height = 13
  102.     Caption = 'Work E-Mail'
  103.   end
  104.   object Label6: TLabel
  105.     Left = 8
  106.     Top = 240
  107.     Width = 59
  108.     Height = 13
  109.     Caption = 'NickName'
  110.   end
  111.   object Label7: TLabel
  112.     Left = 64
  113.     Top = 304
  114.     Width = 41
  115.     Height = 13
  116.     Caption = 'Sort by'
  117.   end
  118.   object AddBtn: TButton
  119.     Left = 6
  120.     Top = 268
  121.     Width = 89
  122.     Height = 20
  123.     Caption = 'Add'
  124.     TabOrder = 0
  125.     OnClick = AddBtnClick
  126.   end
  127.   object EditBtn: TButton
  128.     Left = 105
  129.     Top = 268
  130.     Width = 89
  131.     Height = 20
  132.     Caption = 'Edit'
  133.     TabOrder = 1
  134.     OnClick = EditBtnClick
  135.   end
  136.   object DeleteBtn: TButton
  137.     Left = 204
  138.     Top = 268
  139.     Width = 89
  140.     Height = 20
  141.     Caption = 'Delete'
  142.     TabOrder = 2
  143.     OnClick = DeleteBtnClick
  144.   end
  145.   object SortLB: TComboBox
  146.     Left = 126
  147.     Top = 296
  148.     Width = 125
  149.     Height = 21
  150.     Style = csDropDownList
  151.     ItemHeight = 13
  152.     Items.Strings = (
  153.       'Last Name'
  154.       'First Name'
  155.       'Address')
  156.     TabOrder = 3
  157.     OnClick = SortLBClick
  158.   end
  159.   object DBGridadress: TDBGrid
  160.     Left = 8
  161.     Top = 8
  162.     Width = 225
  163.     Height = 105
  164.     DataSource = DSadress
  165.     TabOrder = 4
  166.     TitleFont.Charset = DEFAULT_CHARSET
  167.     TitleFont.Color = clBlack
  168.     TitleFont.Height = -11
  169.     TitleFont.Name = 'MS Sans Serif'
  170.     TitleFont.Style = [fsBold]
  171.   end
  172.   object RGazbuki: TRadioGroup
  173.     Left = 240
  174.     Top = 2
  175.     Width = 81
  176.     Height = 257
  177.     Columns = 2
  178.     ItemIndex = 0
  179.     Items.Strings = (
  180.       'A'
  181.       'B'
  182.       'C'
  183.       'D'
  184.       'E'
  185.       'F'
  186.       'G'
  187.       'H'
  188.       'I'
  189.       'J'
  190.       'K'
  191.       'L'
  192.       'M'
  193.       'N'
  194.       'O'
  195.       'P'
  196.       'Q'
  197.       'R'
  198.       'S'
  199.       'T'
  200.       'U'
  201.       'V'
  202.       'W'
  203.       'X'
  204.       'Y'
  205.       'Z')
  206.     TabOrder = 5
  207.     OnClick = RGazbukiClick
  208.   end
  209.   object DSadress: TDataSource
  210.     DataSet = Qadress
  211.     Left = 88
  212.     Top = 64
  213.   end
  214.   object Qadress: TQuery
  215.     DatabaseName = 'Vistamail'
  216.     SQL.Strings = (
  217.       'select * from adress5'
  218.       'where LN =:a0')
  219.     Params.Data = {010001000261300001020041000001}
  220.     Left = 120
  221.     Top = 64
  222.     object QadressPosA: TIntegerField
  223.       FieldName = 'PosA'
  224.       Visible = False
  225.     end
  226.     object QadressLastName: TStringField
  227.       DisplayLabel = 'Last Name'
  228.       FieldName = 'LastName'
  229.       Size = 40
  230.     end
  231.     object QadressFirstName: TStringField
  232.       DisplayLabel = 'First Name'
  233.       FieldName = 'FirstName'
  234.       Visible = False
  235.       Size = 40
  236.     end
  237.     object QadressOrganization: TStringField
  238.       FieldName = 'Organization'
  239.       Visible = False
  240.       Size = 50
  241.     end
  242.     object QadressHomeEMail: TStringField
  243.       FieldName = 'HomeEMail'
  244.       Visible = False
  245.       Size = 50
  246.     end
  247.     object QadressWorkEMail: TStringField
  248.       FieldName = 'WorkEMail'
  249.       Visible = False
  250.       Size = 50
  251.     end
  252.     object QadressNickName: TStringField
  253.       FieldName = 'NickName'
  254.       Visible = False
  255.     end
  256.     object QadressLN: TStringField
  257.       FieldName = 'LN'
  258.       Visible = False
  259.       Size = 1
  260.     end
  261.     object QadressFN: TStringField
  262.       FieldName = 'FN'
  263.       Visible = False
  264.       Size = 1
  265.     end
  266.     object QadressOrgan: TStringField
  267.       FieldName = 'Organ'
  268.       Visible = False
  269.       Size = 1
  270.     end
  271.   end
  272.   object QadressUp: TQuery
  273.     DatabaseName = 'Vistamail'
  274.     DataSource = DSadress
  275.     SQL.Strings = (
  276.       'select * from adress5'
  277.       'where LN =:a0')
  278.     Params.Data = {010001000261300001020041000001}
  279.     Left = 160
  280.     Top = 64
  281.     object IntegerField1: TIntegerField
  282.       FieldName = 'PosA'
  283.       Visible = False
  284.     end
  285.     object StringField1: TStringField
  286.       FieldName = 'LastName'
  287.       Size = 40
  288.     end
  289.     object StringField2: TStringField
  290.       FieldName = 'FirstName'
  291.       Visible = False
  292.       Size = 40
  293.     end
  294.     object StringField3: TStringField
  295.       FieldName = 'Organization'
  296.       Visible = False
  297.       Size = 50
  298.     end
  299.     object StringField4: TStringField
  300.       FieldName = 'HomeEMail'
  301.       Visible = False
  302.       Size = 50
  303.     end
  304.     object StringField5: TStringField
  305.       FieldName = 'WorkEMail'
  306.       Visible = False
  307.       Size = 50
  308.     end
  309.     object StringField6: TStringField
  310.       FieldName = 'NickName'
  311.       Visible = False
  312.     end
  313.     object StringField7: TStringField
  314.       FieldName = 'LN'
  315.       Visible = False
  316.       Size = 1
  317.     end
  318.     object StringField8: TStringField
  319.       FieldName = 'FN'
  320.       Visible = False
  321.       Size = 1
  322.     end
  323.     object StringField9: TStringField
  324.       FieldName = 'Organ'
  325.       Visible = False
  326.       Size = 1
  327.     end
  328.   end
  329.   object Tadress: TTable
  330.     DatabaseName = 'Vistamail'
  331.     IndexFieldNames = 'PosA'
  332.     TableName = 'ADRESS5.DB'
  333.     TableType = ttParadox
  334.     Left = 56
  335.     Top = 64
  336.   end
  337. end
  338.